home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5602 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.1 KB  |  105 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. References: <4ibskg$rr3@news.ox.ac.uk> 
  3. X-Newsreader: UMSZCo V1.1 BETA 12 (23.2.96)
  4. Mime-version: 1.0
  5. Content-Type: text/plain; charset=iso-8859-1
  6. Content-Transfer-encoding: 8BIT
  7. Path: news.tng.oche.de!tomate.tng.oche.de
  8. X-Gateway: ZCONNECT UE utomate.tng.oche.de.tomate.tng.oche.de [PolyNet zTOr V4.901 Serie: "light"]
  9. Subject: Re: Team AMIGA Wish List
  10. Date: Sat, 16 Mar 96 12:19:59 GMT
  11. Message-ID: <68772020@0humpty.tomate.tng.oche.de>
  12. From: humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich)
  13.  
  14. nick.christie@oucs.ox.ac.uk wrote about "Re: Team AMIGA Wish List" on
  15. "15-Mar-1996 13:51:12" at zer.COMP.SYS.AMIGA.PROGRAMMER:
  16.  
  17.  
  18. > >Implement something like Windows' OLE !
  19. > OLE V1 works a bit like a fancy clipboard, but OLE V2 (what people
  20. > *really* mean by OLE) is much more ambitious and sophisticated. In
  21. > brief, it allows "in-place editing" by treating applications
  22. > as component objects.
  23. > Imagine having a document open in your word processor and wanting
  24. > to edit a bitmap image that's on the page; you click on the image
  25. > and your menus and toolbars turn into those of your favourite paint
  26. > program. Click on some text and they turn back to WP menus/toolbars.
  27. > This approach is document-centric rather than application-centric
  28. > and is (supposed to be?) a more natural way of working.
  29.  
  30. So ? This was what I was talking about ;-) I just read a complex article on
  31. that, I like it.
  32.  
  33.  
  34. > >And a real PubScreen Manager as part of WB (a menu entry, not a program and
  35. > >no CX !)
  36. > Why not a program that you can summon from a menu entry?
  37. > With an option to make it a commodity, so it opens quickly?
  38. > Admittedly, WB should come with some kind of PubScreen Manager,
  39.  
  40. Because I just could have that already. ScreenFool etc. But I hate to hace
  41. an extra prog in mem for things like that. Why not putting it into ROM ?
  42. For tasks, like opening screens, it sucks to waste memory.
  43.  
  44. > >Give the OS a global ARexx server and the User a shell,that also can
  45. > >directly send ARexx messages. This way this would work easily.
  46. > You can already send ARexx messages from a shell:
  47. > SYS:> rx "address PORTNAME an_arexx_command"
  48.  
  49. No, you did *not* understand ! This one launches an extra task or process.
  50. Rx is a command itself. I am talking of a shell, that executes ARexx
  51. commands without submitting a port, for example. Try that one, for example:
  52. If you enter
  53. Shell.> rx 'do i = 1 TO 2; say Hello; end'
  54. you get
  55. +++ Error 26 in line 1: Missing or unexpected END
  56. Command returned 10/26: Missing or unexpected END
  57.  
  58. Have you ever heard about WShell bythe creator of ARexx ? Once ARexx is
  59. more powerfull and better integrated (even better ;-)) this might be cool.
  60.  
  61. Mixing of DOS and ARexx is possible already by doing a SHELL or ADDRESS
  62. COMMAND. But that way,it even would be more easy.
  63.  
  64. > >All windows shall be openable by CLI. OpenWindow
  65. > >HD1:Tools/MyTools/WhatIHaveDoneSoFar
  66. > Better done via a WB ARexx port, see above.
  67.  
  68. Yes,this was what I was thinkin of.
  69.  
  70. > The OS already supports 3 button mice. It's up to applications
  71. > (eg. Workbench) to define the use of third button. A variety
  72. > of commodities already out there let *you* define the use for
  73. > the button. This is a much better system than requiring that
  74. > everybody have a 3 button mouse.
  75.  
  76. No, it is not. If the Amigas are shipped with 3 button mice, who cares for
  77. people without them ? Rught now, I have to start commodities for
  78. special handling. This is no part of WBPrefs.
  79.  
  80. > >What the heck do you want with these old machines....?
  81. > To keep'em running until AT produce a new Amiga worth serious
  82. > consideration, price and spec-wise.
  83.  
  84. Just a waste of time and money. Nuke all A500, 600 and 2000. I mean: These
  85. are out of date, and all you need you can get from 3rd party. Just make
  86. sure, the new OS updates for 68000' machines are usable here as well.
  87.  
  88. If it would be me, who decides, I would not support any other machine than
  89. A3000,A1200 and A4000 anymore.
  90.  
  91. -- 
  92. Ciao, Andreas
  93. Internet: humpty@tomate.tng.oche.de
  94. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  95.  
  96. OK Scottie, a jokes a joke, now beam down my clothes.
  97.  
  98.